net/http.http2ClientConn.t (field)

19 uses

	net/http (current package)
		h2_bundle.go#L7604: 	t             *http2Transport
		h2_bundle.go#L8085: 		t:                           t,
		h2_bundle.go#L8556: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L8567: 	if cc.t.t1 != nil {
		h2_bundle.go#L8568: 		return cc.t.t1.ResponseHeaderTimeout
		h2_bundle.go#L8622: 	cs.requestedGzip = httpcommon.IsRequestGzip(req.Method, req.Header, cc.t.disableCompression())
		h2_bundle.go#L8788: 	continueTimeout := cc.t.expectContinueTimeout()
		h2_bundle.go#L8954: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L9397: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L9486: 			cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9490: 		cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9517: 	f := cc.t.CountError
		h2_bundle.go#L9743: 			limit := int64(cs.cc.t.maxHeaderListSize())
		h2_bundle.go#L9744: 			if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
		h2_bundle.go#L10110: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L10114: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L10265: 	if fn := cs.cc.t.CountError; fn != nil {
		h2_bundle.go#L10382: 	cc.t.logf(format, args...)
		h2_bundle.go#L10386: 	cc.t.vlogf(format, args...)